FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package de.nfdi4health.mds#2.0.0 (63 ms)

Package de.nfdi4health.mds
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=de.nfdi4health.mds@2.0.0&canonical=https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-chronic-diseases
Url https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-chronic-diseases
Version 0.9
Status draft
Name NFDI4Health_PR_MDS_Chronic_Diseases
Title NFDI4Health PR MDS Centers
Experimental False
Description Profile intended to capture information on chronic disease data collected in the [RESOURCE].
Type Condition
Kind resource

Resources that use this resource

StructureDefinition
https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-composition NFDI4Health PR MDS Composition

Resources that this resource uses

StructureDefinition
https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-group-actual NFDI4Health PR MDS Group Actual
https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-cd-common-chronic-disease-name-sct-local NFDI4Health CD Common Chronic Disease Name [SNOMED CT, Local]
https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-cd-datacollected-nci NFDI4Health Data Collected [NCI]
https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-cd-information-sources-nci-local NFDI4Health Data Collected [NCI]


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "nfdi4health-pr-mds-chronic-diseases",
  "url" : "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-chronic-diseases",
  "version" : "0.9",
  "name" : "NFDI4Health_PR_MDS_Chronic_Diseases",
  "title" : "NFDI4Health PR MDS Centers",
  "status" : "draft",
  "publisher" : "NFDI4Health",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.nfdi4health.de"
        }
      ]
    }
  ],
  "description" : "Profile intended to capture information on chronic disease data collected in the [RESOURCE].",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    },
    {
      "identity" : "sct-concept",
      "uri" : "http://snomed.info/conceptdomain",
      "name" : "SNOMED CT Concept Domain Binding"
    },
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    },
    {
      "identity" : "sct-attr",
      "uri" : "http://snomed.org/attributebinding",
      "name" : "SNOMED CT Attribute Binding"
    },
    {
      "identity" : "NFDI4Health",
      "name" : "NFDI4Health to FHIR Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Condition",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Condition",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Condition.category",
        "path" : "Condition.category",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "code"
            }
          ],
          "rules" : "open"
        },
        "min" : 2
      },
      {
        "id" : "Condition.category:dataCollected",
        "path" : "Condition.category",
        "sliceName" : "dataCollected",
        "short" : "Type of data collected",
        "definition" : "Specification of the type of data collected.",
        "min" : 1,
        "max" : "1",
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-cd-datacollected-nci"
        },
        "mapping" : [
          {
            "identity" : "NFDI4Health",
            "map" : "dataCollected"
          }
        ]
      },
      {
        "id" : "Condition.category:informationSources",
        "path" : "Condition.category",
        "sliceName" : "informationSources",
        "short" : "From which source(s) are data generated/extracted?",
        "definition" : "Specification of the source(s) from which information is generated/extracted.",
        "min" : 1,
        "max" : "*",
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-cd-information-sources-nci-local"
        },
        "mapping" : [
          {
            "identity" : "NFDI4Health",
            "map" : "ChronicDiseasesEpidemiology.informationSources"
          }
        ]
      },
      {
        "id" : "Condition.code",
        "path" : "Condition.code",
        "short" : "On which of the following common chronic diseases were data collected?",
        "definition" : "Specification of the common chronic disease on which data were collected in the [RESOURCE].",
        "min" : 1,
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://www.nfdi4health.de/fhir/metadataschema/ValueSet/nfdi4health-vs-mds-cd-common-chronic-disease-name-sct-local"
        },
        "mapping" : [
          {
            "identity" : "NFDI4Health",
            "map" : "ChronicDiseasesEpidemiology.commonChronicDiseaseName"
          }
        ]
      },
      {
        "id" : "Condition.subject",
        "path" : "Condition.subject",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://www.nfdi4health.de/fhir/metadataschema/StructureDefinition/nfdi4health-pr-mds-group-actual"
            ]
          }
        ]
      },
      {
        "id" : "Condition.note",
        "path" : "Condition.note",
        "short" : "How were outcomes generally verified?",
        "definition" : "Methods of verification differ by study. All the details per outcome are not needed here but rather an explanation of how outcomes were verified in general.",
        "mapping" : [
          {
            "identity" : "NFDI4Health",
            "map" : "ChronicDiseasesEpidemiology.outcomesVerificationMethods"
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.